home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Top Model / Max Special Top Model.iso / content / barra.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2001-05-22  |  299 b   |  10 lines

  1. function floatTo(thePiece)
  2. {
  3.    DraggerTargetLoc = small._x + thePiece * smallPieceWidth - smallPieceWidth / 2;
  4.    DraggerTargetLoc *= 0.9851;
  5.    LargeSliderTargetLoc = startLoc - thePiece * largePieceWidth + largePieceWidth;
  6.    LargeSliderTargetLoc *= 0.785;
  7. }
  8. pieces = 9;
  9. startLoc = 100;
  10.